<!DOCTYPE html>
%%HTMLENTETE%%
<html>
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width" />
  %%ExpirationCocktail%%
  <title>%%Title%%</title>
  <style type="text/css">
  .GeneralButtons
  {
      background: #f0f0f0;
      border-color: gray;
      border-radius: 5px;
      border-style: solid; 
      border-width: 1px;
      height: 30px;
      padding-left:20px;
      padding-right:20px;
  }

  .GeneralButtons:hover
  {
      background: #e8e8e8;
      border-color: #2989b3;
  }

  .Headers
  {
      background-color: white;
      border-bottom: #2989b3 2px solid;
      border-left: #c0c0c0 1px solid;
      color: #2989b3;
      font-size: 12pt;
      font-style: normal;
      font-variant: normal;
      font-weight: bold;
  }

  .OddRows
  {
      background: #f0f0f0;
  }

  .EvenRows
  {
      background: #ffffff;
  }
  </style>
</head>

<body>
<form action="%%IntWebUrl%%" method="POST">


<!-- banner row -->
    <table cellpadding="0" border="0" cellspacing="0" width="100%" BORDERCOLOR="#EEEEEE" BORDERCOLORLIGHT="#EEEEEE" BORDERCOLORDARK="#EEEEEE">
        <tr style="height: 40px;">
            <td nowrap align="left" bgcolor="#2989b3" width="50%" style="border-radius: 5px;">
                <img src="%%IntWebDir%%Images/cati_iconTitle.png" style="margin-left: 25px;">
            </td>
        </tr>
    </table>


<p ALIGN="CENTER">
<TABLE border="0" WIDTH="100%">
<TR>
<TD>

  <TABLE border="1" cellspacing="0" cellpadding="0" BORDERCOLOR="#C0C0C0" WIDTH="100%">
    <CAPTION style="font-weight: bold">%%Title%%</CAPTION>

    <TR>
      <TH class="Headers" WIDTH="120px">
          ##InterviewerWeb_27001##
      </TH>
      <TH class="Headers" WIDTH="100px">
          ##InterviewerWeb_27002##
      </TH>
      <TH class="Headers" WIDTH="40px">
          #
      </TH>
      <TH class="Headers" WIDTH="25%">
          ##InterviewerWeb_27003##
      </TH>
      <TH class="Headers" colspan="2" WIDTH="45%">
          ##InterviewerWeb_27004##
      </TH>
    </TR>

    <!-- Start question list -->
    %%QuestionList%%
    <!-- End question list -->

  </TABLE>


</TD>
</TR>

<TR>
    <TD ALIGN="RIGHT">
        <INPUT TYPE="SUBMIT" class="GeneralButtons" VALUE="##InterviewerWeb_27000##" NAME="IACTION-21">
    </TD>
</TR>
</TABLE>


%%HiddenFields%%


<!-- Deplacer dans la table precedent, avec le bon label -->
<!--<INPUT TYPE="SUBMIT" VALUE="Close" NAME="IACTION-21">-->

</p>

</form>
</body>
</html>
